From: Keir Fraser Date: Tue, 16 Jun 2009 10:01:17 +0000 (+0100) Subject: Fix dependencies in tools/include/xen-foreign/Makefile X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13781 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=9c7be4de83ab2edc411862e995a54f0151687270;p=xen.git Fix dependencies in tools/include/xen-foreign/Makefile Signed-off-by: Jan Beulich --- diff --git a/tools/include/xen-foreign/Makefile b/tools/include/xen-foreign/Makefile index 8683b05974..f770cf4de5 100644 --- a/tools/include/xen-foreign/Makefile +++ b/tools/include/xen-foreign/Makefile @@ -22,14 +22,14 @@ check-headers: checker diff -u reference.size tmp.size rm tmp.size -x86_32.h: mkheader.py $(ROOT)/arch-x86/xen-x86_32.h $(ROOT)/arch-x86/xen.h $(ROOT)/xen.h +x86_32.h: mkheader.py structs.py $(ROOT)/arch-x86/xen-x86_32.h $(ROOT)/arch-x86/xen.h $(ROOT)/xen.h python $< $* $@ $(filter %.h,$^) -x86_64.h: mkheader.py $(ROOT)/arch-x86/xen-x86_64.h $(ROOT)/arch-x86/xen.h $(ROOT)/xen.h +x86_64.h: mkheader.py structs.py $(ROOT)/arch-x86/xen-x86_64.h $(ROOT)/arch-x86/xen.h $(ROOT)/xen.h python $< $* $@ $(filter %.h,$^) -ia64.h: mkheader.py $(ROOT)/arch-ia64.h $(ROOT)/xen.h +ia64.h: mkheader.py structs.py $(ROOT)/arch-ia64.h $(ROOT)/xen.h python $< $* $@ $(filter %.h,$^) -checker.c: mkchecker.py +checker.c: mkchecker.py structs.py python $< $@ $(architectures)